﻿.mb3 {
	margin-bottom: 6px;
}
.ml6 {
	margin-left: 6px !important;
}
.modalresult{padding-top:8px;}
.mt50 {
	padding-top: 50px;
}

.width100{width:100px;}
.width200 {
	width: 200px;
}
.width300 {
	width: 300px;
}

.cursor-pointer {
	cursor: pointer;
}

.pr12{padding-right:12px;}
.pt0 {
	padding-top: 0px;
}
.form-group > div > a.pt0 {
	padding-top: 0px;
}


.nobold {
	font-weight: normal !important;
}

img.img100{
	max-width:100px;
	max-height:100px;
}
img.img200 {
	max-width: 200px;
	max-height: 200px;
}
img.img300 {
	max-width: 300px;
	max-height: 300px;
}


/*text color*/
.text-gainsboro {
	color: gainsboro;
}
.text-lightgray {
	color: lightgray;
}

.text-silver {
	color: silver;
}

.list-item {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px dotted #d9d9d9;
}
.list-item-img{
	width:30%;
	float:left;
	margin-right:25px;
	text-align:center;
}
.list-item-img img {
	max-width:90%;
}
.list-item-content {
	width: 65%;
}
.list-item h5 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size:18px;
}


.pager {
	margin-top: 50px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

	.pager a, .pager span {
		padding: 0 10px;
		height: 30px;
		line-height: 28px;
		border: 1px solid #f1eeea;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		margin: 0 2px;
		display: inline-block;
	}

		.pager a.current-page,
		.pager span.current-page {
			color: #e74c3c;
		}
		.pager a.current-page,
		.pager a:hover,
		.pager span.current-page{
			font-weight: bold;
		}



		.pager a.next-page, .pager span.next-page,
		.pager a.previous-page, .pager span.previous-page {
			border: 0;
		}

			.pager a.next-page:after,
			.pager span.next-page:after {
				content: '\f3d3';
				font-family: Ionicons;
				margin-left: 10px;
			}

			.pager a.previous-page:before,
			.pager span.previous-page:before {
				content: '\f3d2';
				font-family: Ionicons;
				margin-right: 10px;
			}

.modal-dialog .modal-title{
	font-size:18px;
	font-weight:normal;
}
.modal-dialog .modal-body, .modal-dialog .modal-body p{
	font-size: 16px;
}
.modal-dialog .btn-default {
	color: initial;
}